Html Css Color HEX #383412 Karaka

📋 copy color: '#383412'

red 56 ◦ green 52 ◦ blue 18

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

Shades of Karaka #383412

Tints of Karaka #383412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.27%

 BLUE value IS 18 (7.42% from 255) = 14.29%

R = 44.44%
G = 41.27%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#383412 (or 0x383412) is known color: Karaka. HEX triplet: 38, 34 and 12. RGB value is (56,52,18). Sum of RGB (Red+Green+Blue) = 56+52+18=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #383412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383412 is #C7CBED. Grayscale: #313131. Windows color (decimal): -13093870 or 1193016. OLE color: 1193016.

HSL color Cylindrical-coordinate representation of color #383412: hue angle of 53.68º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383412 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 18 -
CMYK 0 0.07 0.68 0.78
HSL 53.68º 0.51% 0.15% -
HSV(B) 53.68º 0.68% 0.22% -
XYZ 2.97 3.34 1.06 -
YUV 49.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 56 52 18 0 0.07 0.68 0.78 53.68 0.51 0.15
Hex 38 34 12 0 7 44 4E 36 33 F
Octal 70 64 22 0 7 104 116 66 63 17
Binary 111000 110100 10010 0 111 1000100 1001110 110110 110011 1111

Color Harmonies of #383412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383412

Black with #383412

Text Example


Text Example

White with #383412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383412; }

 p { color: rgb(56,52,18); }

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

background-color css

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

 a { background-color: rgb(56,52,18); }

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

border-color css

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

 span { border-color: rgb(56,52,18); }

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