Html Css Color HEX #383712 Karaka

📋 copy color: '#383712'

red 56 ◦ green 55 ◦ blue 18

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

Shades of Karaka #383712

Tints of Karaka #383712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.64%

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

R = 43.41%
G = 42.64%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#383712 (or 0x383712) is known color: Karaka. HEX triplet: 38, 37 and 12. RGB value is (56,55,18). Sum of RGB (Red+Green+Blue) = 56+55+18=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #383712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383712 is #C7C8ED. Grayscale: #333333. Windows color (decimal): -13093102 or 1193784. OLE color: 1193784.

HSL color Cylindrical-coordinate representation of color #383712: hue angle of 58.42º 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 #383712 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 55 18 -
CMYK 0 0.02 0.68 0.78
HSL 58.42º 0.51% 0.15% -
HSV(B) 58.42º 0.68% 0.22% -
XYZ 3.11 3.62 1.11 -
YUV 51.08 109.33 131.51 -
System Red Green Blue C M Y K H S L
Decimal 56 55 18 0 0.02 0.68 0.78 58.42 0.51 0.15
Hex 38 37 12 0 2 44 4E 3A 33 F
Octal 70 67 22 0 2 104 116 72 63 17
Binary 111000 110111 10010 0 10 1000100 1001110 111010 110011 1111

Color Harmonies of #383712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383712

Black with #383712

Text Example


Text Example

White with #383712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383712; }

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

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

background-color css

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

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

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

border-color css

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

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

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