Html Css Color HEX #383812 Karaka

📋 copy color: '#383812'

red 56 ◦ green 56 ◦ blue 18

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

Shades of Karaka #383812

Tints of Karaka #383812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.08%

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

R = 43.08%
G = 43.08%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#383812 (or 0x383812) is known color: Karaka. HEX triplet: 38, 38 and 12. RGB value is (56,56,18). Sum of RGB (Red+Green+Blue) = 56+56+18=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383812 is #C7C7ED. Grayscale: #333333. Windows color (decimal): -13092846 or 1194040. OLE color: 1194040.

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

Color convert

RGB 56 56 18 -
CMYK 0 0 0.68 0.78
HSL 60º 0.51% 0.15% -
HSV(B) 60º 0.68% 0.22% -
XYZ 3.15 3.71 1.12 -
YUV 51.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 56 56 18 0 0 0.68 0.78 60 0.51 0.15
Hex 38 38 12 0 0 44 4E 3C 33 F
Octal 70 70 22 0 0 104 116 74 63 17
Binary 111000 111000 10010 0 0 1000100 1001110 111100 110011 1111

Color Harmonies of #383812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383812

Black with #383812

Text Example


Text Example

White with #383812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383812; }

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

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

background-color css

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

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

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

border-color css

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

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

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