Html Css Color HEX #383710 Karaka

📋 copy color: '#383710'

red 56 ◦ green 55 ◦ blue 16

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

Shades of Karaka #383710

Tints of Karaka #383710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.6%

R = 44.09%
G = 43.31%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#383710 (or 0x383710) is known color: Karaka. HEX triplet: 38, 37 and 10. RGB value is (56,55,16). Sum of RGB (Red+Green+Blue) = 56+55+16=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #383710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383710 is #C7C8EF. Grayscale: #333333. Windows color (decimal): -13093104 or 1062712. OLE color: 1062712.

HSL color Cylindrical-coordinate representation of color #383710: hue angle of 58.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383710 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 55 16 -
CMYK 0 0.02 0.71 0.78
HSL 58.5º 0.56% 0.14% -
HSV(B) 58.5º 0.71% 0.22% -
XYZ 3.09 3.61 1.02 -
YUV 50.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 56 55 16 0 0.02 0.71 0.78 58.5 0.56 0.14
Hex 38 37 10 0 2 47 4E 3A 38 E
Octal 70 67 20 0 2 107 116 72 70 16
Binary 111000 110111 10000 0 10 1000111 1001110 111010 111000 1110

Color Harmonies of #383710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383710

Black with #383710

Text Example


Text Example

White with #383710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383710; }

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

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

background-color css

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

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

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

border-color css

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

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

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