Html Css Color HEX #383504 Karaka

📋 copy color: '#383504'

red 56 ◦ green 53 ◦ blue 4

#383504
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #383504

Tints of Karaka #383504

RGB

 RED value IS 56 (22.27% from 255) = 49.56%

 GREEN value IS 53 (21.09% from 255) = 46.9%

 BLUE value IS 4 (1.95% from 255) = 3.54%

R = 49.56%
G = 46.9%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#383504 (or 0x383504) is known color: Karaka. HEX triplet: 38, 35 and 04. RGB value is (56,53,4). Sum of RGB (Red+Green+Blue) = 56+53+4=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #383504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383504 is #C7CAFB. Grayscale: #303030. Windows color (decimal): -13093628 or 275768. OLE color: 275768.

HSL color Cylindrical-coordinate representation of color #383504: hue angle of 56.54º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #383504 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 4 -
CMYK 0 0.05 0.93 0.78
HSL 56.54º 0.87% 0.12% -
HSV(B) 56.54º 0.93% 0.22% -
XYZ 2.93 3.4 0.62 -
YUV 48.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 56 53 4 0 0.05 0.93 0.78 56.54 0.87 0.12
Hex 38 35 4 0 5 5D 4E 39 57 C
Octal 70 65 4 0 5 135 116 71 127 14
Binary 111000 110101 100 0 101 1011101 1001110 111001 1010111 1100

Color Harmonies of #383504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383504

Black with #383504

Text Example


Text Example

White with #383504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383504; }

 p { color: rgb(56,53,4); }

 H1.HeaderClassName
 {
   color: #383504;
 }
 .AnyTagClassName
 {
   color: #383504;
 }
</style>

background-color css

<style>
 a { background-color: #383504; }

 a { background-color: rgb(56,53,4); }

 div.DivClassName
 {
   background-color: #383504;
 }
 .BgClassName
 {
   background-color: #383504;
 }
</style>

border-color css

<style>
 span { border-color: #383504; }

 span { border-color: rgb(56,53,4); }

 td.TdClassName
 {
   border-color: #383504;
 }
 .TagClassName
 {
   border-color: #383504;
 }
</style>