Html Css Color HEX #383409 Karaka

📋 copy color: '#383409'

red 56 ◦ green 52 ◦ blue 9

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

Shades of Karaka #383409

Tints of Karaka #383409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.69%

R = 47.86%
G = 44.44%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#383409 (or 0x383409) is known color: Karaka. HEX triplet: 38, 34 and 09. RGB value is (56,52,9). Sum of RGB (Red+Green+Blue) = 56+52+9=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #383409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383409 is #C7CBF6. Grayscale: #303030. Windows color (decimal): -13093879 or 603192. OLE color: 603192.

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

Color convert

RGB 56 52 9 -
CMYK 0 0.07 0.84 0.78
HSL 54.89º 0.72% 0.13% -
HSV(B) 54.89º 0.84% 0.22% -
XYZ 2.91 3.32 0.75 -
YUV 48.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 56 52 9 0 0.07 0.84 0.78 54.89 0.72 0.13
Hex 38 34 9 0 7 54 4E 37 48 D
Octal 70 64 11 0 7 124 116 67 110 15
Binary 111000 110100 1001 0 111 1010100 1001110 110111 1001000 1101

Color Harmonies of #383409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383409

Black with #383409

Text Example


Text Example

White with #383409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383409; }

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

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

background-color css

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

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

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

border-color css

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

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

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