Html Css Color HEX #383512 Karaka

📋 copy color: '#383512'

red 56 ◦ green 53 ◦ blue 18

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

Shades of Karaka #383512

Tints of Karaka #383512

RGB

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

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

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

R = 44.09%
G = 41.73%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#383512 (or 0x383512) is known color: Karaka. HEX triplet: 38, 35 and 12. RGB value is (56,53,18). Sum of RGB (Red+Green+Blue) = 56+53+18=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #383512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383512 is #C7CAED. Grayscale: #323232. Windows color (decimal): -13093614 or 1193272. OLE color: 1193272.

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

Color convert

RGB 56 53 18 -
CMYK 0 0.05 0.68 0.78
HSL 55.26º 0.51% 0.15% -
HSV(B) 55.26º 0.68% 0.22% -
XYZ 3.01 3.43 1.08 -
YUV 49.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 56 53 18 0 0.05 0.68 0.78 55.26 0.51 0.15
Hex 38 35 12 0 5 44 4E 37 33 F
Octal 70 65 22 0 5 104 116 67 63 17
Binary 111000 110101 10010 0 101 1000100 1001110 110111 110011 1111

Color Harmonies of #383512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383512

Black with #383512

Text Example


Text Example

White with #383512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383512; }

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

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

background-color css

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

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

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

border-color css

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

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

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